ServiceGetJournal Method (String, IListPropertyPath) |
Gets a journal.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Journal GetJournal(
string itemId,
IList<PropertyPath> propertyPaths
)
Public Function GetJournal (
itemId As String,
propertyPaths As IList(Of PropertyPath)
) As Journal
Parameters
- itemId
- Type: SystemString
The ID of the item to return. - propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The set of properties to return.
Return Value
Type:
JournalJournal.
See Also